[PATCH] api: update seccomp-syscalls.h
It appears that the seccomp-syscalls.h header file had gotten out of
sync with the syscalls.csv syscall table, this patch fixes this
disconnect.
The only edit that is somewhat interesting is that the oldwait4(2)
syscall probably never should have been included in the header file
as it appears to no longer exist (?).
Reported-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
(imported from commit
3f47bba7c5c8cc18be80e625eedb2c1823233708)
Gbp-Pq: Name api_update_seccomp-syscalls.h.patch
[PATCH] syscalls: add close_range() syscall
The syscall has been added a while ago so we should support resolving
it, too.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>
[PM: subject line tweak]
Signed-off-by: Paul Moore <paul@paul-moore.com>
(imported from commit
01e5750e7c84bb14e5a5410c924bed519209db06)
Gbp-Pq: Name syscalls_add_close_range_syscall.patch